func go/types.isGeneric

6 uses

	go/types (current package)
		decl.go#L230: 			if check.inTParamList && isGeneric(obj.typ) {
		expr.go#L973: 		if isGeneric(t) {
		operand.go#L186: 			if isGeneric(x.typ) {
		predicates.go#L146: func isGeneric(t Type) bool {
		typexpr.go#L195: 	if isGeneric(typ) {
		typexpr.go#L213: 	if isValid(typ) && !isGeneric(typ) {